home *** CD-ROM | disk | FTP | other *** search
/ Practical Algorithms for Image Analysis / Practical Algorithms for Image Analysis.iso / TARFILE.GZ / tarfile / ch_4.6 / xph / xph.mak < prev    next >
Encoding:
Text File  |  1999-09-11  |  7.7 KB  |  244 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
  2. # ** DO NOT EDIT **
  3.  
  4. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  5.  
  6. !IF "$(CFG)" == ""
  7. CFG=Xph - Win32 Debug
  8. !MESSAGE No configuration specified.  Defaulting to Xph - Win32 Debug.
  9. !ENDIF 
  10.  
  11. !IF "$(CFG)" != "Xph - Win32 Release" && "$(CFG)" != "Xph - Win32 Debug"
  12. !MESSAGE Invalid configuration "$(CFG)" specified.
  13. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  14. !MESSAGE by defining the macro CFG on the command line.  For example:
  15. !MESSAGE 
  16. !MESSAGE NMAKE /f "xph.mak" CFG="Xph - Win32 Debug"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "Xph - Win32 Release" (based on "Win32 (x86) Console Application")
  21. !MESSAGE "Xph - Win32 Debug" (based on "Win32 (x86) Console Application")
  22. !MESSAGE 
  23. !ERROR An invalid configuration is specified.
  24. !ENDIF 
  25.  
  26. !IF "$(OS)" == "Windows_NT"
  27. NULL=
  28. !ELSE 
  29. NULL=nul
  30. !ENDIF 
  31. ################################################################################
  32. # Begin Project
  33. # PROP Target_Last_Scanned "Xph - Win32 Debug"
  34. CPP=cl.exe
  35. RSC=rc.exe
  36.  
  37. !IF  "$(CFG)" == "Xph - Win32 Release"
  38.  
  39. # PROP BASE Use_MFC 0
  40. # PROP BASE Use_Debug_Libraries 0
  41. # PROP BASE Output_Dir "Xph___Wi"
  42. # PROP BASE Intermediate_Dir "Xph___Wi"
  43. # PROP BASE Target_Dir ""
  44. # PROP Use_MFC 0
  45. # PROP Use_Debug_Libraries 0
  46. # PROP Output_Dir "Release"
  47. # PROP Intermediate_Dir "Release"
  48. # PROP Target_Dir ""
  49. OUTDIR=.\Release
  50. INTDIR=.\Release
  51. # Begin Custom Macros
  52. ProjDir=.
  53. # End Custom Macros
  54.  
  55. ALL : "$(OUTDIR)\xph.exe" "..\..\bindosr\xph.exe"
  56.  
  57. CLEAN : 
  58.     -@erase "..\..\bindosr\xph.exe"
  59.     -@erase ".\Release\xph.exe"
  60.     -@erase ".\Release\xph.obj"
  61.  
  62. "$(OUTDIR)" :
  63.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  64.  
  65. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
  66. # ADD CPP /nologo /W3 /GX /O2 /I "..\..\libimage" /I " ..\..\libtiff\libtiff" /I " ..\..\libip" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
  67. # SUBTRACT CPP /WX /Fr
  68. CPP_PROJ=/nologo /ML /W3 /GX /O2 /I "..\..\libimage" /I\
  69.  " ..\..\libtiff\libtiff" /I " ..\..\libip" /D "WIN32" /D "NDEBUG" /D "_CONSOLE"\
  70.  /Fp"$(INTDIR)/xph.pch" /YX /Fo"$(INTDIR)/" /c 
  71. CPP_OBJS=.\Release/
  72. CPP_SBRS=
  73. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  74. # ADD RSC /l 0x409 /d "NDEBUG"
  75. BSC32=bscmake.exe
  76. # ADD BASE BSC32 /nologo
  77. # ADD BSC32 /nologo
  78. BSC32_FLAGS=/nologo /o"$(OUTDIR)/xph.bsc" 
  79. BSC32_SBRS=
  80. LINK32=link.exe
  81. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
  82. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ..\..\libimage\Release\libimage.lib ..\..\libtiff\libtiff\Release\libtiff.lib ..\..\libip\Release\libip.lib /nologo /subsystem:console /machine:I386
  83. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  84.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  85.  odbccp32.lib ..\..\libimage\Release\libimage.lib\
  86.  ..\..\libtiff\libtiff\Release\libtiff.lib ..\..\libip\Release\libip.lib /nologo\
  87.  /subsystem:console /incremental:no /pdb:"$(OUTDIR)/xph.pdb" /machine:I386\
  88.  /out:"$(OUTDIR)/xph.exe" 
  89. LINK32_OBJS= \
  90.     ".\Release\xph.obj"
  91.  
  92. "$(OUTDIR)\xph.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  93.     $(LINK32) @<<
  94.   $(LINK32_FLAGS) $(LINK32_OBJS)
  95. <<
  96.  
  97. # Begin Custom Build
  98. ProjDir=.
  99. InputPath=.\Release\xph.exe
  100. InputName=xph
  101. SOURCE=$(InputPath)
  102.  
  103. "$(ProjDir)\..\..\bindosr\$(InputName).exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  104.    copy $(InputPath) $(ProjDir)\..\..\bindosr
  105.  
  106. # End Custom Build
  107.  
  108. !ELSEIF  "$(CFG)" == "Xph - Win32 Debug"
  109.  
  110. # PROP BASE Use_MFC 0
  111. # PROP BASE Use_Debug_Libraries 1
  112. # PROP BASE Output_Dir "Xph___W0"
  113. # PROP BASE Intermediate_Dir "Xph___W0"
  114. # PROP BASE Target_Dir ""
  115. # PROP Use_MFC 0
  116. # PROP Use_Debug_Libraries 1
  117. # PROP Output_Dir "Debug"
  118. # PROP Intermediate_Dir "Debug"
  119. # PROP Target_Dir ""
  120. OUTDIR=.\Debug
  121. INTDIR=.\Debug
  122. # Begin Custom Macros
  123. ProjDir=.
  124. # End Custom Macros
  125.  
  126. ALL : "$(OUTDIR)\xph.exe" "..\..\bindosd\xph.exe"
  127.  
  128. CLEAN : 
  129.     -@erase ".\Debug\vc40.pdb"
  130.     -@erase ".\Debug\vc40.idb"
  131.     -@erase ".\Debug\xph.ilk"
  132.     -@erase ".\Debug\xph.obj"
  133.     -@erase ".\Debug\xph.pdb"
  134.     -@erase "..\..\bindosd\xph.exe"
  135.     -@erase ".\Debug\xph.exe"
  136.  
  137. "$(OUTDIR)" :
  138.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  139.  
  140. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
  141. # ADD CPP /nologo /W3 /Gm /GX /Zi /Od /I "..\..\libimage" /I " ..\..\libtiff\libtiff" /I " ..\..\libip" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
  142. # SUBTRACT CPP /WX /Fr
  143. CPP_PROJ=/nologo /MLd /W3 /Gm /GX /Zi /Od /I "..\..\libimage" /I\
  144.  " ..\..\libtiff\libtiff" /I " ..\..\libip" /D "WIN32" /D "_DEBUG" /D "_CONSOLE"\
  145.  /Fp"$(INTDIR)/xph.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c 
  146. CPP_OBJS=.\Debug/
  147. CPP_SBRS=
  148. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  149. # ADD RSC /l 0x409 /d "_DEBUG"
  150. BSC32=bscmake.exe
  151. # ADD BASE BSC32 /nologo
  152. # ADD BSC32 /nologo
  153. BSC32_FLAGS=/nologo /o"$(OUTDIR)/xph.bsc" 
  154. BSC32_SBRS=
  155. LINK32=link.exe
  156. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386
  157. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ..\..\libimage\Debug\libimage.lib ..\..\libtiff\libtiff\Debug\libtiff.lib ..\..\libip\Debug\libip.lib /nologo /subsystem:console /debug /machine:I386
  158. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  159.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  160.  odbccp32.lib ..\..\libimage\Debug\libimage.lib\
  161.  ..\..\libtiff\libtiff\Debug\libtiff.lib ..\..\libip\Debug\libip.lib /nologo\
  162.  /subsystem:console /incremental:yes /pdb:"$(OUTDIR)/xph.pdb" /debug\
  163.  /machine:I386 /out:"$(OUTDIR)/xph.exe" 
  164. LINK32_OBJS= \
  165.     ".\Debug\xph.obj"
  166.  
  167. "$(OUTDIR)\xph.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  168.     $(LINK32) @<<
  169.   $(LINK32_FLAGS) $(LINK32_OBJS)
  170. <<
  171.  
  172. # Begin Custom Build
  173. ProjDir=.
  174. InputPath=.\Debug\xph.exe
  175. InputName=xph
  176. SOURCE=$(InputPath)
  177.  
  178. "$(ProjDir)\..\..\bindosd\$(InputName).exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  179.    copy $(InputPath) $(ProjDir)\..\..\bindosd
  180.  
  181. # End Custom Build
  182.  
  183. !ENDIF 
  184.  
  185. .c{$(CPP_OBJS)}.obj:
  186.    $(CPP) $(CPP_PROJ) $<  
  187.  
  188. .cpp{$(CPP_OBJS)}.obj:
  189.    $(CPP) $(CPP_PROJ) $<  
  190.  
  191. .cxx{$(CPP_OBJS)}.obj:
  192.    $(CPP) $(CPP_PROJ) $<  
  193.  
  194. .c{$(CPP_SBRS)}.sbr:
  195.    $(CPP) $(CPP_PROJ) $<  
  196.  
  197. .cpp{$(CPP_SBRS)}.sbr:
  198.    $(CPP) $(CPP_PROJ) $<  
  199.  
  200. .cxx{$(CPP_SBRS)}.sbr:
  201.    $(CPP) $(CPP_PROJ) $<  
  202.  
  203. ################################################################################
  204. # Begin Target
  205.  
  206. # Name "Xph - Win32 Release"
  207. # Name "Xph - Win32 Debug"
  208.  
  209. !IF  "$(CFG)" == "Xph - Win32 Release"
  210.  
  211. !ELSEIF  "$(CFG)" == "Xph - Win32 Debug"
  212.  
  213. !ENDIF 
  214.  
  215. ################################################################################
  216. # Begin Source File
  217.  
  218. SOURCE=.\xph.c
  219. DEP_CPP_XPH_C=\
  220.     ".\xph.h"\
  221.     ".\..\..\libip\ip.h"\
  222.     ".\..\..\libip\ph.h"\
  223.     ".\..\..\libtiff\libtiff\tiffio.h"\
  224.     ".\..\..\libimage\draw.h"\
  225.     ".\..\..\libip\lldef.h"\
  226.     ".\..\..\libip\sgl_stat.h"\
  227.     ".\..\..\libip\convolve.h"\
  228.     ".\..\..\libip\pcc2.h"\
  229.     ".\..\..\libip\bdy_stru.h"\
  230.     ".\..\..\libtiff\libtiff\tiff.h"\
  231.     ".\..\..\libimage\tiffimage.h"\
  232.     ".\..\..\libimage\gd.h"\
  233.     ".\..\..\libimage\misc.h"\
  234.     ".\..\..\libimage\images.h"\
  235.     
  236.  
  237. "$(INTDIR)\xph.obj" : $(SOURCE) $(DEP_CPP_XPH_C) "$(INTDIR)"
  238.  
  239.  
  240. # End Source File
  241. # End Target
  242. # End Project
  243. ################################################################################
  244.